home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / gnu / diff_2_1.lha / diff-2.1 / NEWS < prev    next >
Text File  |  1993-01-31  |  1KB  |  43 lines

  1. Major changes in version 2.1:
  2.  
  3. * New diff options:
  4.   --{old,new,unchanged}-line-format='format'
  5.   --{old,new,unchanged,changed}-group-format='format'
  6.   -U
  7. * New diff3 option:
  8.   -A --show-all
  9. * diff3 -m now defaults to -A, not -E.
  10. * diff3 now takes up to three -L or --label options, not just two.
  11.   If just two options are given, they refer to the first two input files,
  12.   not the first and third input files.
  13. * sdiff and diff -y handle incomplete lines.
  14.  
  15.  
  16. Major changes in version 2.0:
  17.  
  18. * Add sdiff and cmp programs.
  19. * Add Texinfo documentation.
  20. * Add configure script.
  21. * Improve diff performance.
  22. * New diff options:
  23. -x --exclude
  24. -X --exclude-from
  25. -P --unidirectional-new-file
  26. -W --width
  27. -y --side-by-side
  28. --left-column
  29. --sdiff-merge-assist
  30. --suppress-common-lines
  31. * diff options renamed:
  32. --label renamed from --file-label
  33. --forward-ed renamed from --reversed-ed
  34. --paginate renamed from --print
  35. --entire-new-file renamed from --entire-new-files
  36. --new-file renamed from --new-files
  37. --all-text removed
  38. * New diff3 options:
  39. -v --version
  40. * Add long-named equivalents for other diff3 options.
  41. * diff options -F (--show-function-line) and -I (--ignore-matching-lines)
  42.   can now be given more than once.
  43.